.header-bottom #top-cart {
   position: relative;
}

#dropdown-cart {
   position: absolute;
   z-index: 11;
   top: 41px;
   right: 0;
   min-width: 600px;
   -webkit-transition: opacity .3s ease 0s;
   -moz-transition: opacity .3s ease 0s;
   -ms-transition: opacity .3s ease 0s;
   -o-transition: opacity .3s ease 0s;
   transition: opacity .3s ease 0s;
   text-align: left;
   opacity: 0;
   background: #fff;
   box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
   filter: alpha(opacity=0);
   text-transform: none;
   display: none;
   padding-bottom: 30px;
}
.header-bottom #top-cart.cart-expanded #dropdown-cart.hide-mobile {
   display: none;
}
#dropdown-cart .container {
   width: 100%;
}
.header-bottom #top-cart.cart-expanded #dropdown-cart {
   opacity: 1;
   display: block;
   filter: alpha(opacity=100);
   -webkit-transition: opacity .3s ease 0s;
   -moz-transition: opacity .3s ease 0s;
   -ms-transition: opacity .3s ease 0s;
   -o-transition: opacity .3s ease 0s;
   transition: opacity .3s ease 0s;
}
#dropdown-cart .site-seal-logos {
   display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
   .header-bottom #top-cart.cart-expanded #dropdown-cart {
      left: auto;
      right: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none;
      -o-transform: none;
   }
}
#dropdown-cart .cart-left,
#dropdown-cart .cart-right {
   width: 100%;
   padding-left: 0;
   padding-right: 0;
}
#dropdown-cart .cart-left {
   margin-bottom: 0;
}
#dropdown-cart .cart-left .mobile-sticky-checkout {
   display: none;
}
#dropdown-cart .cart-items {
   width: 600px;
   padding-left: 0;
   padding-right: 0;
   margin-bottom: 0;
   display: inline-block;
   max-height: 275px;
   overflow: hidden;
}
#dropdown-cart .cart-items li {
   list-style: none;
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   width: 100%;
   border: none;
   margin: 0;
}

#dropdown-cart .cart-items .items-header {
   padding: 8px 10px 9px;
   background: #f5f5f5;
   border-bottom: 1px solid #c8c8c8;
   background: -webkit-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
   background: -o-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
   background: -ms-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
   background: linear-gradient(to bottom, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
}

#dropdown-cart .cart-items .items-header > span {
   font-size: 11px;
   font-weight: 600;
   letter-spacing: .04em;
   text-transform: uppercase;
   color: #2d2d2d;
}
#dropdown-cart .cart-items .items-header > span.item-qty {
   padding-left: 30px;
}
#dropdown-cart .cart-items li > span {
   float: left; 
   padding: 0 10px;
}
#dropdown-cart .cart-items li > span.item-name {
   width: 57%;
   order: 1;
   -webkit-order: 1;
}

#dropdown-cart .cart-items li > span.item-qty {
   width: 17%;
   position: relative;
   text-align: left;
   order: 2;
   -webkit-order: 2;
}
#dropdown-cart .cart-items li > span.item-price,
#dropdown-cart .cart-items li > span.item-total {
   width: 13%;
   text-align: right;
}

#dropdown-cart .cart-items li > span.item-price {
   order: 3;
   -webkit-order: 3;
}

#dropdown-cart .cart-items li > span.item-total {
    order: 4;
   -webkit-order: 4;
   text-align: right;
}

#dropdown-cart .cart-items li.cart-item {
   padding: 0 10px;
   position: relative;
   padding-top: 20px;
}

#dropdown-cart .cart-items li.cart-item + .cart-item {
   border-top: 1px solid #efefef;
   margin-top: 26px;
}
#dropdown-cart .cart-items li.cart-item .item-name .item-thumb {
   width: 64px;
   float: left;
}
#dropdown-cart .cart-items li.cart-item .item-name .item-name-right {
   width: calc(100% - 84px);
   float: left;
   padding-left: 20px;
}
#dropdown-cart .cart-items li.cart-item .item-name .item-fullname {
   display: inline-block;
   width: 100%;
   margin-top: -5px;
}
#dropdown-cart .cart-items li.cart-item .item-name .item-fullname a {
   color: #141414;
   line-height: 22px;
}
#dropdown-cart .cart-items li.cart-item .item-name .item-name-right .itemoptions {
   margin-top: 7px;
   display: inline-block;
}
#dropdown-cart .cart-items li.cart-item .item-name .item-actions {
   width: 100%;
   display: inline-block;
   margin: 0;
}
#dropdown-cart .cart-items li.cart-item .item-name .item-action a.view-options {
   color: #969696;
   font-family: 'Arimo', sans-serif;
   font-style: italic;
   display: inline-block;
   border-bottom: 1px solid #c1c1c1;
   line-height: 15px;
   margin-top: 10px;
}
#dropdown-cart .cart-items li.cart-item a:hover {
   text-decoration: none;
}
#dropdown-cart span.item-actions .view-option {
   margin-bottom: 0;
}
#dropdown-cart .cart-items li.cart-item span.item-qty {
   padding-top: 10px;
}
#dropdown-cart .cart-items li.cart-item .item-name .item-action a.removeItem {
   position: absolute;
   top: 38px;
   left: 59%;
   font-size: 0;
   z-index: 2;
   text-decoration: none;
   margin-left: 8px;
   padding-left: 0;
   background: none;
   line-height: 19px;
}
#dropdown-cart .cart-items li.cart-item .item-name .item-action a.removeItem span {
   font-size: 20px;
}
#dropdown-cart .cart-items li > span.item-qty .quant-input {
   display: block;
}
#dropdown-cart .cart-items li > span.item-qty a.update-qty {
   color: #585858;
   line-height: 14px;
   display: block;
   margin-top: 6px;
   margin-left: 12px;
   font-size: 10px;
   font-weight: 700;
   text-transform: uppercase;
}
#dropdown-cart .cart-items li > span.item-qty a.update-qty:hover {
   text-decoration: underline;
}

#dropdown-cart .cart-items li.cart-item .item-price,
#dropdown-cart .cart-items li.cart-item .item-total {
   font-size: 13px;
   font-weight: 700;
   color: #141414;
   padding-top: 17px;
   letter-spacing: 0;
}
#dropdown-cart .cart-items li.cart-item .item-total {
   font-weight: 700;
   text-align: right;
}
#dropdown-cart .cart-items li.cart-item .item-name .giftwraplink {
   display: none;
}
#dropdown-cart .cart-items li.cart-item .quant-input input {
   max-width: 64px;
   height: 32px;
   padding-left: 8px;
   padding-right: 8px;
   text-align: center;
   border: 1px solid #d0d0d0;
   margin: 0 auto;
   color: #2d2d2d;
}

#dropdown-cart .cart-items li.cart-item .quant-input span.qty-nav {
   display: none;
}
#dropdown-cart .left-subtotal.summary-totals,
#dropdown-cart #cart-right .order-summary,
#dropdown-cart #cart-right .cart-detail-item,
#dropdown-cart .continue-shopping {
   display: none;
}
#dropdown-cart #cart-right .cart-box-sticky .carttotal-cols {
   display: inline-block;
   width: 100%;
   padding: 17px 0 15px 0;
   border-top: 1px solid #efefef;
   float: left;
   margin: 0;
}
#dropdown-cart #cart-right .cart-box-sticky .carttotal-cols > div {
   text-align: right;
   color: #141414;
   font-weight: 500;
   text-transform: none;
   line-height: 20px;
}
#dropdown-cart #cart-right .cart-box-sticky .subtotal-details {
   margin-top: 20px;
   border-bottom: none;
}
#dropdown-cart #cart-right .cart-box-sticky .subtotal-details .carttotal-price {
   padding-right: 20px; 
   font-weight: 600;
   font-size: 13px;
   letter-spacing: 0;
}
#dropdown-cart #cart-right .cart-box-sticky .total-details .carttotal-price {
   font-size: 16px;
   letter-spacing: 0;
   padding-right: 20px;
}
#dropdown-cart #cart-right .cart-box-sticky .checkout-btns {
   float: right;
   padding-right: 20px;
   margin-top: 0;
}
#dropdown-cart #cart-right .cart-box-sticky .checkout-btns  a {
   height: 35px;
   line-height: 35px;
   padding: 0 30px;
   min-width: 100px;
}
#dropdown-cart #cart-right .cart-box-sticky .view-cart-btn {
   float: right;
   min-width: 100px;
   margin-right: 10px;
   height: 35px;
   line-height: 35px;
   padding-left: 30px;
   padding-right: 30px;
}
@-moz-document url-prefix() {
 /* hack css firefox */ 
   #dropdown-cart #cart-right .cart-box-sticky .checkout-btns  a {
      line-height: 42px;
   }
   #dropdown-cart #cart-right .cart-box-sticky .view-cart-btn {
      line-height: 42px;
   }
}

#dropdown-cart .cart-box-sticky .carttotal-cols .col-xs-5 {
   width: 60%;
}
#dropdown-cart .cart-box-sticky .carttotal-cols .col-xs-7 {
   width: 40%;
}
#dropdown-cart .cart-box-sticky .total-details .col-xs-5 {
   padding-right: 35px;
}

#dropdown-cart .savecart {
   display: none;
}
.cart-empty {
   width: 100%;
   padding: 25px 20px 0 20px;
}

.cart-empty .alert {
   margin-bottom: 0;
}

.triangle-with-shadow {
   position: absolute;
   top: -15px;
   left: 0;
   overflow: hidden;
   width: 100%;
   height: 15px;
}

.triangle-with-shadow::before {
   position: absolute;
   /* Prefixes... */
   top: 11px;
   left: 50%;
   width: 30px;
   height: 30px;
   margin-left: -15px;
   content: '';
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   border: 1px solid #d0d0d0;
   background: #f5f5f5;
   box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
}

.cart-empty .triangle-with-shadow::before {
   background: #fff;
}

.cart-items ~ .cart-empty {
   display: none;
}

@media (max-width: 1024px) {
   #dropdown-cart .cart-items {
      max-height: 295px;
   }
}

@media (min-width: 800px) and (max-width: 991px) {
   #dropdown-cart .cart-items {
      max-height: 150px;
   }
   .header-bottom #top-cart.cart-expanded #dropdown-cart {
      max-height: 270px;
      overflow-y: auto;
   }
}
#dropdown-cart .row {
   margin-left: 0;
   margin-right: 0;
}
#dropdown-cart #recalculate > .container > .row {
   margin-left: -10px;
   margin-right: -10px;
}
#dropdown-cart .cart-items li.items-header > span.item-action {
   display: none;
}
#dropdown-cart .cart-items li.cart-item > span.item-action {
   position: absolute;
   top: 35px;
   left: 70%;
   font-size: 0;
   z-index: 2;
   text-decoration: none;
   margin-left: 8px;
   padding-left: 0;
   background: none;
   line-height: 19px;
}
#dropdown-cart .cart-items li.cart-item > span.item-action a span {
   font-size: 20px;
   color: #e95144;
}
#dropdown-cart .carttotal-cols {
   text-align: right;
   display: inline-block;
   width: 100%;
   border-top: 1px solid #efefef;
   padding: 17px 20px 15px;
}
#dropdown-cart .carttotal-cols.subtotal-details {
   margin-top: 20px;
}
#dropdown-cart .carttotal-cols .carttotal-label {
   width: 70%;
   float: left;
   font-weight: 700;
   color: #000;
}
#dropdown-cart .carttotal-cols .carttotal-price {
   width: 30%;
   float: left;
   padding-left: 20px;
   font-size: 14px;
   font-weight: 700;
   color: #000;
}
#dropdown-cart .carttotal-cols.total-details .carttotal-price {
   font-size: 18px;
}
#dropdown-cart .box-action-seal {
    display: none;
}
#dropdown-cart .box-action-checkout {
   width: 100%;
}
#dropdown-cart .cart-box-action .box-action-checkout .cart-box-sticky, #dropdown-cart .cart-box-action .box-action-checkout .third-party-payment {
   max-width: 100%;
   margin: 0;
}